home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / xref_v1.1.lha / XRef / Help / autodoc / xref.library.rev < prev    next >
Encoding:
Text File  |  1995-01-30  |  3.8 KB  |  124 lines

  1. Revision History for xref.library :
  2.  
  3. xref.library 1.20 (8.1.95) :
  4.  
  5. - Rexx Functions now in a separate library
  6.  
  7. xref.library 1.19 (26.11.94) :
  8.  
  9. - ARexx function host interface now completed with one function :
  10.   FindXRef() - returns a list of xrefentries,that matches the given pattern
  11.  
  12. xref.library 1.18 (19.11.94) :
  13.  
  14. - If you setup the XREFDIR wrong, this may crashed the system. This is fixed !
  15.  
  16. xref.library 1.17 (12.11.94) :
  17.  
  18. - Shareware text added in dynamic node
  19.  
  20. xref.library 1.16 (24.9.94) :
  21.  
  22. - autoload option slows ParseXRef no more down
  23. - category pattern now case-insensitive
  24.  
  25. xref.library 1.15 (22.9.94) :
  26.  
  27. - AUTOOPEN category option removed , use this in the makexref tool
  28. - AUTOLOAD config template added , now you can dynamically load xreffiles
  29.  
  30. xref.library 1.14 (10.9.94) :
  31.  
  32. - GetXRefConfigDir() added
  33. - dynamic node line numbers now correct
  34. - Set of XREFBA_XRefDir changes/creates the XREFDIR env-variable
  35.  
  36. xref.library 1.13 (3.9.94) :
  37.  
  38. - changed intern xreffile format : 
  39.   + line numbers or only stored if they are passed via ENTRYA_Line.
  40.   + now can handle entryname and amigaguide nodename separately using
  41.     ENTRYA_Name and ENTRYA_NodeName.
  42. - added ENTRYA_CheckMode
  43. - ParseXRef() optimized : number of entries integer comparison reduced to
  44.                           number of xreffiles integer comparison
  45. - comments in the include file corrected
  46.  
  47. xref.library 1.12 (29.8.94) :
  48.  
  49. - WriteXRefFileEntryA() fails now, if ENTRY_Name and ENTRY_File exists in the
  50.   current xreffile !
  51. - AutoDoc of WriteXRefFileEntryA() changed, the documentation for the return
  52.   value was wrong
  53.  
  54. xref.library 1.11 (26.8.94) :
  55.  
  56. - some enhancements to the dynamic node (shows now the xreffile at the top of
  57.   the full function,define list)
  58. - in dnode: the size for the buffer to be allocated was wrong for entries with
  59.   a global path. This is fixed
  60.  
  61. xref.library 1.10 (29.7.94) :
  62.  
  63. - ParseXRef() parsed not to the end of the xref buffer, so the last entries
  64.   aren't found. This is fixed.
  65. - dnodes doesn't used the global path , now it does !
  66.  
  67. xref.library 1.9 (20.7.94) :
  68.  
  69. - fixed a problem the XR_ExpungeXRef() function, which only expunged
  70.   a file with full path.Now the XREFA_File attribute can be only a filename !
  71.  
  72. xref.library 1.8 (17.7.94) :
  73.  
  74. - XREFA_Category now uses ParsePattern()/MatchPattern(), thus you can
  75.   match more the one category with this tag
  76.  
  77. xref.library 1.7 (16.7.94) :
  78.  
  79. - XREFA_AcceptTypes and XREFA_RejectTypes added
  80. - dnode size calculation optimized
  81. - GetXRefAttrsA()/SetXRefAttrsA() renamed to GetXRefBaseAttrsA()/
  82.   SetXRefBaseAttrsA()
  83.  
  84. xref.library 1.6 (9.7.94) :
  85.  
  86. - new dynamic nodes to list all entries of a specified type
  87. - internal xreffile format changed, now it is case-sensitive sorted
  88. - CreateXRefFileA(),CloseXRefFile(),WriteXRefFileEntryA() added
  89. - global XRefPath added (XREFBA_XRefPath tag)
  90. - if the parsemode for ParseXRef() is a pattern mode and the string isn't
  91.   a pattern, I use then the normal COMPARE_NUM modes.
  92. - some new XREFA_#? tags
  93.  
  94. xref.library 1.5 (10.6.94) :
  95.  
  96. - XREFBA_DefaultLimit added
  97. - Dynamic Node more hierarchical (xreffiles -> files)
  98.  
  99. xref.library 1.4 (6.6.94) :
  100.  
  101. - LockXRefBase()/UnlockXRefBase() added
  102. - GetXRefAttrsA()/SetXRefAttrsA() added
  103. - a never ending story. I hopefully fix the last bug in the lock mechanism.
  104.  
  105. xref.library 1.3 (2.6.94) :
  106.  
  107. - changed libinit code , removed SAS-C libinit code and replaced it with
  108.   code from Marius Gröger. Thanks !
  109.  
  110. xref.library 1.2 (28.5.94) :
  111.  
  112. - now the locking mechanism works, before V1.2 it doesn't frees the locked
  113.   xreffiles but the library expunges. This is now fixed.
  114. - changed the fd-file to have a entry at offset 30 for future ARexx support ->
  115.   recompiling of all tools (the last change in the offset order in the
  116.   fd-file !)
  117. - now have tagcall pragmas for all functions, which have a (struct TagItem *)
  118.   parameter
  119.  
  120. xref.library 1.1 (10.5.94) :
  121.  
  122. - First beta release
  123.  
  124.